home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 5 / APPKILLE / AK_HEADE.H < prev    next >
Text File  |  1991-12-10  |  368b  |  20 lines

  1. /*
  2. ** ak_header.h
  3. **
  4. ** all the minimum necessary headers for the application killer stuff
  5. */
  6.  
  7. #include <AppleEvents.h>
  8. #include <Desk.h>
  9. #include <Dialogs.h>
  10. #include <Events.h>
  11. #include <Fonts.h>
  12. #include <GestaltEqu.h>
  13. #include <Menus.h>
  14. #include <OSEvents.h>
  15. #include <QuickDraw.h>
  16. #include <THINK.h>
  17. #include <ToolUtils.h>
  18. #include <Types.h>
  19. #include <Windows.h>
  20.